﻿2026-06-17T06:53:28.5428287Z ##[group]Run actions/checkout@v5
2026-06-17T06:53:28.5428501Z with:
2026-06-17T06:53:28.5428640Z   repository: SaberMage/spt-shell-notify
2026-06-17T06:53:28.5428818Z   path: .adapter-notify
2026-06-17T06:53:28.5430821Z   token: ***
2026-06-17T06:53:28.5430946Z   ssh-strict: true
2026-06-17T06:53:28.5431066Z   ssh-user: git
2026-06-17T06:53:28.5431396Z   persist-credentials: true
2026-06-17T06:53:28.5431537Z   clean: true
2026-06-17T06:53:28.5431661Z   sparse-checkout-cone-mode: true
2026-06-17T06:53:28.5431812Z   fetch-depth: 1
2026-06-17T06:53:28.5431927Z   fetch-tags: false
2026-06-17T06:53:28.5432045Z   show-progress: true
2026-06-17T06:53:28.5432163Z   lfs: false
2026-06-17T06:53:28.5432271Z   submodules: false
2026-06-17T06:53:28.5432392Z   set-safe-directory: true
2026-06-17T06:53:28.5432536Z ##[endgroup]
2026-06-17T06:53:28.6138427Z Syncing repository: SaberMage/spt-shell-notify
2026-06-17T06:53:28.6143291Z ##[group]Getting Git version info
2026-06-17T06:53:28.6143640Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-17T06:53:28.6444529Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-17T06:53:28.6662414Z git version 2.43.0.windows.1
2026-06-17T06:53:28.6692435Z ##[endgroup]
2026-06-17T06:53:28.6699356Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\4bde1bd3-a510-4a0c-9971-f4dc726aa53f\.gitconfig'
2026-06-17T06:53:28.6711970Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4bde1bd3-a510-4a0c-9971-f4dc726aa53f' before making global git config changes
2026-06-17T06:53:28.6712460Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T06:53:28.6717030Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-17T06:53:28.6952851Z ##[group]Initializing the repository
2026-06-17T06:53:28.6957667Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-17T06:53:28.7254457Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-17T06:53:28.7280609Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-17T06:53:28.7526583Z ##[endgroup]
2026-06-17T06:53:28.7526860Z ##[group]Disabling automatic garbage collection
2026-06-17T06:53:28.7531488Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-17T06:53:28.7746850Z ##[endgroup]
2026-06-17T06:53:28.7753536Z ##[group]Setting up auth
2026-06-17T06:53:28.7753832Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-17T06:53:28.7962188Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-17T06:53:29.1624023Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T06:53:29.1862327Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-17T06:53:29.5524220Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T06:53:29.5757696Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-17T06:53:29.9436620Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-17T06:53:29.9749612Z ##[endgroup]
2026-06-17T06:53:29.9750021Z ##[group]Determining the default branch
2026-06-17T06:53:29.9752317Z Retrieving the default branch name
2026-06-17T06:53:30.3472104Z Default branch 'main'
2026-06-17T06:53:30.3472472Z ##[endgroup]
2026-06-17T06:53:30.3472701Z ##[group]Fetching the repository
2026-06-17T06:53:30.3478437Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-17T06:53:32.2169249Z From https://github.com/SaberMage/spt-shell-notify
2026-06-17T06:53:32.2169553Z  * [new branch]      main       -> origin/main
2026-06-17T06:53:32.2285773Z ##[endgroup]
2026-06-17T06:53:32.2286033Z ##[group]Determining the checkout info
2026-06-17T06:53:32.2286954Z ##[endgroup]
2026-06-17T06:53:32.2292049Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-17T06:53:32.2534477Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-17T06:53:32.2774468Z ##[group]Checking out the ref
2026-06-17T06:53:32.2779497Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-17T06:53:32.3080239Z branch 'main' set up to track 'origin/main'.
2026-06-17T06:53:32.3080471Z Reset branch 'main'
2026-06-17T06:53:32.3102151Z ##[endgroup]
2026-06-17T06:53:32.3335539Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-17T06:53:32.3533864Z ee2d37eadc730c0019e0af82d683074c509634a2
